projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea5628
)
Fix Tramp test
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 3 Jun 2022 17:55:30 +0000
(19:55 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 3 Jun 2022 17:55:30 +0000
(19:55 +0200)
* test/lisp/net/tramp-tests.el (tramp-test31-signal-process):
Skip on MS Windows.
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 569e9506d1efdf93988c0a7c4f6137b5eef89911..621b6ba1c2943b6e65f582c4af6b1a1b52e5ece5 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-5135,6
+5135,7
@@
If UNSTABLE is non-nil, the test is tagged as `:unstable'."
:tags '(:expensive-test :tramp-asynchronous-processes :unstable)
(skip-unless (tramp--test-enabled))
(skip-unless (tramp--test-sh-p))
+ (skip-unless (not (tramp--test-windows-nt-p)))
(skip-unless (not (tramp--test-crypt-p)))
;; Since Emacs 27.1.
(skip-unless (macrop 'with-connection-local-variables))